projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7038494
)
Do not introspect gtk_color_button_get_rgba.
author
Ignacio Casal Quinteiro
<icq@gnome.org>
Mon, 17 Sep 2012 12:50:18 +0000
(14:50 +0200)
committer
Ignacio Casal Quinteiro
<icq@gnome.org>
Mon, 17 Sep 2012 12:52:08 +0000
(14:52 +0200)
This method is deprecated so it gets in the way of the
implemented gtk_color_chooser_get_rgba.
gtk/gtkcolorbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorbutton.c
b/gtk/gtkcolorbutton.c
index 921d9ecc0783743b9a9fed4674ddd49ffbd3b9d9..3accadd10e9e61f5935210f719edd3785ecb828d 100644
(file)
--- a/
gtk/gtkcolorbutton.c
+++ b/
gtk/gtkcolorbutton.c
@@
-747,7
+747,7
@@
gtk_color_button_set_rgba (GtkColorButton *button,
}
/**
- * gtk_color_button_get_rgba:
+ * gtk_color_button_get_rgba:
(skip)
* @button: a #GtkColorButton
* @rgba: (out): a #GdkRGBA to fill in with the current color
*